projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91b39c9
)
Improve wording of Garmin USB exclusive use warning.
author
robertlipe
<robertlipe@gmail.com>
Fri, 24 Feb 2012 15:36:21 +0000
(15:36 +0000)
committer
robertlipe
<robertlipe@gmail.com>
Fri, 24 Feb 2012 15:36:21 +0000
(15:36 +0000)
gpsbabel/jeeps/gpsusbwin.c
patch
|
blob
|
history
diff --git
a/gpsbabel/jeeps/gpsusbwin.c
b/gpsbabel/jeeps/gpsusbwin.c
index c95918b15f1e1cae47f745304c9d9a04806b24f9..34bf9168c9631a765c9984f1038989fe10b7d086 100644
(file)
--- a/
gpsbabel/jeeps/gpsusbwin.c
+++ b/
gpsbabel/jeeps/gpsusbwin.c
@@
-166,7
+166,8
@@
HANDLE* garmin_usb_start(HDEVINFO* hdevinfo, SP_DEVICE_INTERFACE_DATA* infodata)
if (GetLastError() == ERROR_ACCESS_DENIED) {
warning(
"Exclusive access is denied. It's likely that something else such as\n"
- "Nroute, Spanner, Google Earth, or GPSGate already has control of the device\n");
+ "Garmin Lifetime Updater, Communicator, Basecamp, Nroute, Spanner,\n"
+ "Google Earth, or GPSGate already has control of the device\n");
}
GPS_Serial_Error("(usb) CreateFile on '%s' failed", pdd->DevicePath);
return NULL;